home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / comm / net / tf02.lha / TinyFugue / .tfrc next >
Text File  |  1996-04-10  |  1KB  |  46 lines

  1. ;;;; This file is not required, but contains examples of commands you
  2. ;;;; might want to use in your personal configuration file (~/.tfrc).
  3. ;;;; Feel free to customize these commands to your own tastes.
  4.  
  5. ;;; In some versions of xterm, scrollbars won't work unless you do this.
  6. ;;; (see /help xterm)
  7. /if /test TERM  =~ "xterm"%; /then /set TERM=vt100%; /endif
  8.  
  9. ;;; Turn on windowing mode.
  10. /visual on
  11.  
  12. ;;; Interpret ANSI attributes codes from server, and strip other codes
  13. ;;; (works on any terminal).
  14. /set emulation=ansi_attr
  15.  
  16. ;;; Turn on paging
  17. /more on
  18.  
  19. ;;; Turn on introductory MUD text suppression.
  20. /quiet on
  21.  
  22. ;;; Disable old-style slash interpretation
  23. ;;; I recommend this unless you have old macros containing multiple slashes.
  24. /set oldslash=off
  25.  
  26. ;;; Define default filenames for /load*, /save*, and /log commands.
  27. ;/def MACROFILE = ~/tf-dir/macros.tf
  28. ;/def HILITEFILE= ~/tf-dir/hilite.tf
  29. ;/def GAGFILE   = ~/tf-dir/gag.tf
  30. ;/def TRIGFILE  = ~/tf-dir/trig.tf
  31. ;/def BINDFILE  = ~/tf-dir/bind.tf
  32. ;/def HOOKFILE  = ~/tf-dir/hook.tf
  33. ;/def WORLDFILE = ~/tf-dir/world.tf
  34. ;/def LOGFILE   = tiny.log
  35.  
  36.  
  37. ;;; Load files.
  38. ;;; Only useful if you have these files, of course.
  39. ; /loadworld
  40. ; /loadhilite
  41. ; /loadgag
  42. ; /loaddef
  43. ; /loadbind
  44. ; /loadtrig
  45.  
  46.